home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / inter54e.zip / INTSUM16.ZIP / TODOLIST.TXT < prev   
Text File  |  1996-10-13  |  1KB  |  43 lines

  1. There are still several bugs and features that ought to be put in
  2. this program, if anyone wants to do so...
  3.  
  4. BUGS
  5. ====
  6.  
  7. - If you scroll the reference list down until a second page is loaded
  8.   (somewhere around INT 15h or 16h), then scroll back to the beginning
  9.   of the listing, the program doesn't detect beginning_of_data, and
  10.   scrolls off into garbage.  I'd fixed that at one time, but somehow
  11.   it came back.
  12.  
  13.  
  14. FEATURES
  15. ========
  16.  
  17. - It would be nice if the search function would be expanded considerably.
  18.   Some requested functions:
  19.         - Whole-word searches
  20.         - Case-sensitive searches
  21.         - Ability to search for an interrupt number.  Right now you have to
  22.           guess how the desired interrupt number is represented in the 
  23.           reference list, and search for it as a string.
  24.   Of course, all these options need to be stored in INTSUM.INI!!
  25.  
  26. - Have an "are you sure?" window before exiting, or maybe have two different
  27.   exit keys: Control-Q for no verify and Control-X for verify.
  28.  
  29. - Cross-referencing would be very nice; to be able to directly follow those
  30.   "See Also" references...
  31.  
  32. - The List display cannot scroll into subsequent/previous files, if the 
  33.   interrupt list is divided up into subfiles.
  34.  
  35.  
  36. NOTES
  37. =====
  38.  
  39. This program was compiled with Microsoft C++ version 8.00c and Microsoft
  40. Macro Assembler version 6.11a.
  41.  
  42.  
  43.